From: Keir Fraser Date: Fri, 4 Jun 2010 09:09:11 +0000 (+0100) Subject: Bash completion scripts go to /etc/bash_completion.d/ X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12026 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=da923a6fff22c3497f91786d0396faa08097626a;p=xen.git Bash completion scripts go to /etc/bash_completion.d/ Signed-off-by: Keir Fraser --- diff --git a/Config.mk b/Config.mk index 95de6147e4..31d41ad72a 100644 --- a/Config.mk +++ b/Config.mk @@ -29,7 +29,7 @@ include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk SHAREDIR ?= $(PREFIX)/share DOCDIR ?= $(SHAREDIR)/doc/xen MANDIR ?= $(SHAREDIR)/man -BASH_COMPLETION_DIR ?= /etc/profile.d +BASH_COMPLETION_DIR ?= /etc/bash_completion.d ifneq ($(EXTRA_PREFIX),) EXTRA_INCLUDES += $(EXTRA_PREFIX)/include diff --git a/tools/libxl/bash-completion b/tools/libxl/bash-completion index 15c62654c7..adf994f0d4 100644 --- a/tools/libxl/bash-completion +++ b/tools/libxl/bash-completion @@ -1,5 +1,5 @@ #!/bin/bash -# Copy this file to /etc/profile.d/xl.sh +# Copy this file to /etc/bash_completion.d/xl.sh _xl() {